GraphicsPath Constructor(FillMode,IFigure[])
In This Topic
Initializes a new instance of the
GraphicsPath class with explicitly provided fill mode.
Syntax
Parameters
- fillMode
- Specifies how the interior of closed figures is filled.
- figures
- The array of figures to be added to the path.
See Also